appPalettes Property |
Gets the collection of AppPalettes loaded in an application. Each AppPalette can be iterated either by using the for-each loop or by directly setting the index of theappPaletteId. You can also apply other methods, mentioned forappPaletteUI, to the object.
Syntax
application.appPalettes
Return Value
Returns the AppPalette containers collection.
Example
var appPalette = application.appPalettes[appPaletteId] ; appPalette.show() ; appPalette.hide() ;